home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 40
/
Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso
/
Aminet
/
misc
/
emu
/
ATUtilities.lha
/
ATUtilities
/
BASIC
/
NONAME.BAS
< prev
next >
Wrap
BASIC Source File
|
2000-09-26
|
78b
|
7 lines
cls
open "d:\bmwi.sav" for binary access read as #1
?"x"
close #1
end